golang.org/x/net/http2.clientConnReadLoop.streamByID (method)
6 uses
golang.org/x/net/http2 (current package)
transport.go#L2232: if cs := rl.streamByID(se.StreamID); cs != nil {
transport.go#L2284: cs := rl.streamByID(f.StreamID)
transport.go#L2594: cs := rl.streamByID(f.StreamID)
transport.go#L2729: func (rl *clientConnReadLoop) streamByID(id uint32) *clientStream {
transport.go#L2850: cs := rl.streamByID(f.StreamID)
transport.go#L2870: cs := rl.streamByID(f.StreamID)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)